This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Can I get the shortname and password using lotus script? ~Maria Ekkrozenoden 18.Dec.03 06:37 PM a Web browser Notes Client All ReleasesWindows XP
Read-write. The short name when creating user IDs.
Note This property is new with Release 6.5.
Defined in
NotesRegistration
Data type
String
Syntax
To get: string$ = notesRegistration.ShortName
To set: notesRegistration.ShortName = string$
Usage
Optionally set this property before calling RegisterNewUser.
By default the short name is the first letter of the first name followed by the last name.
Language cross-reference
ShortName property in Java Registration class